CRSOperationParameters
Objective-C
@interface CRSOperationParameters : NSObjectSwift
class CRSOperationParameters : NSObjectCommon Operation Parameter Attributes
- 
                  
                  Get the type DeclarationObjective-C - (enum CRSOperationParameterType)type;Swift func type() -> CRSOperationParameterTypeReturn Valuetype 
- 
                  
                  Get the code DeclarationObjective-C - (int)code;Swift func code() -> Int32Return Valuecode 
- 
                  
                  Get the name DeclarationObjective-C - (NSString *)name;Swift func name() -> String!Return Valuename 
- 
                  
                  Get the operation type DeclarationObjective-C - (enum CRSOperationType)operationType;Swift func operationType() -> CRSOperationTypeReturn Valueoperation type 
- 
                  
                  Get the aliases DeclarationObjective-C - (NSArray<NSString *> *)aliases;Swift func aliases() -> [String]!Return Valuealiases 
- 
                  
                  Get the unit type Return Valueunit type 
- 
                  
                  Get the parameter from the parameter type DeclarationObjective-C + (CRSOperationParameters *)parameter:(enum CRSOperationParameterType)type;Swift class func parameter(_ type: CRSOperationParameterType) -> CRSOperationParameters!Parameterstypeoperation parameter type Return Valueparameter 
- 
                  
                  Get the parameter from the alias DeclarationObjective-C + (CRSOperationParameters *)parameterFromName:(NSString *)name;Swift class func parameter(fromName name: String!) -> CRSOperationParameters!Parametersnamename or alias Return Valueparameter 
- 
                  
                  Get the parameters from the alias DeclarationObjective-C + (NSArray<CRSOperationParameters *> *)parametersFromName:(NSString *)name;Swift class func parameters(fromName name: String!) -> [CRSOperationParameters]!Parametersnamename or alias Return Valueparameters 
- 
                  
                  Get the parameter from the code DeclarationObjective-C + (CRSOperationParameters *)parameterFromCode:(int)code;Swift class func parameter(fromCode code: Int32) -> CRSOperationParameters!Parameterscodeparameter code Return Valueparameter 
 View on GitHub
View on GitHub CRSOperationParameters Class Reference
        CRSOperationParameters Class Reference