CRSCommonOperation
Objective-C
@protocol CRSCommonOperation <CRSIdentifiable>Swift
protocol CRSCommonOperation : CRSIdentifiableCommon Operation interface
- 
                  
                  Get the operation type DeclarationObjective-C - (enum CRSOperationType)operationType;Swift func operationType() -> CRSOperationTypeReturn Valueoperation type 
- 
                  
                  Get the name DeclarationObjective-C - (NSString *)name;Swift func name() -> String!Return Valuename 
- 
                  
                  Set the name DeclarationObjective-C - (void)setName:(NSString *)name;Swift func setName(_ name: String!)Parametersnamename 
- 
                  
                  Get the operation version DeclarationObjective-C - (NSString *)version;Swift func version() -> String!Return Valueoperation version 
- 
                  
                  Has an operation version DeclarationObjective-C - (BOOL)hasVersion;Swift func hasVersion() -> BoolReturn Valuetrue if has operation version 
- 
                  
                  Set the operation version DeclarationObjective-C - (void)setVersion:(NSString *)version;Swift func setVersion(_ version: String!)Parametersversionoperation version 
- 
                  
                  Get the method Return Valuemethod 
- 
                  
                  Set the method DeclarationObjective-C - (void)setMethod:(CRSOperationMethod *)method;Swift func setMethod(_ method: CRSOperationMethod!)Parametersmethodmethod 
 View on GitHub
View on GitHub CRSCommonOperation Protocol Reference
        CRSCommonOperation Protocol Reference