text
stringlengths 0
616
|
|---|
pass
|
def ToString():
|
# returns System.String
|
pass
|
class Server.TypeAliasAttribute:
|
Aliases = None
|
TypeId = None
|
def get_Aliases():
|
# returns System.String[]
|
pass
|
def Equals(obj):
|
# returns System.Boolean
|
pass
|
def GetHashCode():
|
# returns System.Int32
|
pass
|
def get_TypeId():
|
# returns System.Object
|
pass
|
def Match(obj):
|
# returns System.Boolean
|
pass
|
def IsDefaultAttribute():
|
# returns System.Boolean
|
pass
|
def GetType():
|
# returns System.Type
|
pass
|
def ToString():
|
# returns System.String
|
pass
|
class Server.ParsableAttribute:
|
TypeId = None
|
def Equals(obj):
|
# returns System.Boolean
|
pass
|
def GetHashCode():
|
# returns System.Int32
|
pass
|
def get_TypeId():
|
# returns System.Object
|
pass
|
def Match(obj):
|
# returns System.Boolean
|
pass
|
def IsDefaultAttribute():
|
# returns System.Boolean
|
pass
|
def GetType():
|
# returns System.Type
|
pass
|
def ToString():
|
# returns System.String
|
pass
|
class Server.CustomEnumAttribute:
|
Names = None
|
TypeId = None
|
def get_Names():
|
# returns System.String[]
|
pass
|
def Equals(obj):
|
# returns System.Boolean
|
pass
|
def GetHashCode():
|
# returns System.Int32
|
pass
|
def get_TypeId():
|
# returns System.Object
|
pass
|
def Match(obj):
|
# returns System.Boolean
|
pass
|
def IsDefaultAttribute():
|
# returns System.Boolean
|
pass
|
def GetType():
|
# returns System.Type
|
pass
|
def ToString():
|
# returns System.String
|
pass
|
class Server.DeleteConfirmAttribute:
|
Message = None
|
TypeId = None
|
def get_Message():
|
# returns System.String
|
pass
|
def set_Message(value):
|
# returns System.Void
|
pass
|
def Find(message):
|
# returns System.Boolean
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.